Skip to content

feat: Add Community Standards files#6

Merged
doITmagic merged 1 commit into
mainfrom
dev
Nov 23, 2025
Merged

feat: Add Community Standards files#6
doITmagic merged 1 commit into
mainfrom
dev

Conversation

@doITmagic
Copy link
Copy Markdown
Owner

  • Added CODE_OF_CONDUCT.md (Contributor Covenant v2.1)
  • Added CONTRIBUTING.md (tailored for Go/Ollama/Docker stack)
  • Added SECURITY.md (reporting policy)
  • Added Issue Templates (Bug Report & Feature Request)
  • Added Pull Request Template with checklist

These files establish clear guidelines for contributors and improve the project's community health score.

- Added CODE_OF_CONDUCT.md (Contributor Covenant v2.1)
- Added CONTRIBUTING.md (tailored for Go/Ollama/Docker stack)
- Added SECURITY.md (reporting policy)
- Added Issue Templates (Bug Report & Feature Request)
- Added Pull Request Template with checklist

These files establish clear guidelines for contributors and improve
the project's community health score.
Copilot AI review requested due to automatic review settings November 23, 2025 10:07
@doITmagic doITmagic merged commit fa83010 into main Nov 23, 2025
3 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds comprehensive community standards documentation to improve the project's community health score, including a Code of Conduct (Contributor Covenant v2.1), contribution guidelines, security policy, and GitHub templates for issues and pull requests.

  • Establishes clear contributor guidelines and expectations
  • Defines security vulnerability reporting process
  • Provides templates for structured bug reports and feature requests

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
CODE_OF_CONDUCT.md Standard Contributor Covenant v2.1 with project-specific contact email
CONTRIBUTING.md Development setup guide for Go/Ollama/Docker stack with testing and coding standards
SECURITY.md Security vulnerability reporting policy with version support matrix
.github/PULL_REQUEST_TEMPLATE.md PR checklist template for code review and testing
.github/ISSUE_TEMPLATE/bug_report.md Structured bug report template with environment details
.github/ISSUE_TEMPLATE/feature_request.md Feature request template following GitHub standards

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread SECURITY.md
Comment on lines +5 to +6
Use this section to tell people about which versions of your project are
currently being supported with security updates.
Copy link

Copilot AI Nov 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to be placeholder text from a template. Replace lines 5-6 with actual content describing the version support policy, or remove them entirely as the table below already communicates the supported versions.

Suggested change
Use this section to tell people about which versions of your project are
currently being supported with security updates.

Copilot uses AI. Check for mistakes.
doITmagic pushed a commit that referenced this pull request Mar 8, 2026
- pkg/telemetry: AppendSearchMetric() — thread-safe JSONL append
  per tool invocation to {workspaceRoot}/.ragcode/search_metrics.jsonl
- pkg/telemetry: ReadAggregatedMetrics() — reads JSONL, returns
  cumulative stats (total searches, fallback vs vector, bytes saved, avg scores)
- smart_search: records metric async (goroutine) after each search
- 4 unit tests for write/read round-trip and edge cases
doITmagic pushed a commit that referenced this pull request Mar 9, 2026
- Fix nil panic in ContextFromWorkspaceWithStatus when wctx is nil (#7)
- Fix indentation in smart_search_pipeline.go (#1)
- Use loaded idx instead of nil in call_hierarchy.go and find_usages.go (#3, #9)
- Add backward-compat comment on JSON tag mismatch (#6)
- Create fresh IndexStatus when LoadIndexStatus returns nil (#8)
- Populate Elapsed field at completed/failed transitions (#2)
- Throttle progress I/O writes to every 10 files (#4)
- Fix test cleanup for .ragcode dir in TempDir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants